Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
C# by API
1) Microsoft Win32
2) System
3) System Collections
4) System Collections Generic
5) System Collections Specialized
6) System Componentmodel
7) System Configuration
8) System Data
9) System Data Common
10) System Data Linq
11) System Data Odbc
12) System Data Oledb
13) System Data Sql
14) System Data Sqlclient
15) System Diagnostics
16) System Directoryservices
17) System Drawing
18) System Drawing Drawing2d
19) System Drawing Imaging
20) System Drawing Printing
21) System Drawing Text
22) System Enterpriseservices
23) System Globalization
24) System IO
25) System IO Compression
26) System IO Isolatedstorage
27) System IO Ports
28) System Linq
29) System Management
30) System Media
31) System Messaging
32) System Net
33) System Net Mail
34) System Net Networknformation
35) System Net Sockets
36) System Reflection
37) System Resources
38) System Runtime
39) System Runtime Compilerservices
40) System Runtime Interopservices
41) System Runtime Remoting
42) System Runtime Remoting Channels
43) System Runtime Remoting Channels Http
44) System Runtime Remoting Messaging
45) System Runtime Serialization
46) System Runtime Serialization Formatters Binary
47) System Runtime Serialization Formatters Soap
48) System Security
49) System Security Accesscontrol
50) System Security Cryptography
51) System Security Cryptography X509certificates
52) System Security Permissions
53) System Security Policy
54) System Security Principal
55) System Serviceprocess
56) System Text
57) System Text Regularexpressions
58) System Threading
59) System Timers
60) System Web Security
61) System Web Services
62) System Windows Controls
63) System Windows Forms
64) System Xml
65) System Xml Linq
66) System Xml Schema
67) System Xml Serialization
68) System Xml Xpath
69) System Xml Xsl
System Drawing
1) Bitmap CompositingMode
2) Bitmap Height
3) Bitmap HorizontalResolution
4) Bitmap MakeTransparent( )
5) Bitmap PhysicalDimension
6) Bitmap PixelFormat
7) Bitmap RawFormat
8) Bitmap SetResolution(600f, 600f)
9) Bitmap Size
10) Bitmap Width
11) BMP GetPixel(15,25)
12) Brushes Black
13) Brushes Firebrick
14) Brushes White
15) Color AliceBlue
16) Color Chocolate
17) Color FromArgb (int r, int g, int b)
18) Color FromArgb(100, Color Blue)
19) Color FromArgb(77, color R, color G, color B)
20) Color FromKnownColor
21) Color FromName
22) Color LightGray
23) Color Tomato
24) Color White
25) Font FontFamily
26) Font GetHeight
27) Font Height
28) Font Name
29) Font Size
30) Font SizeInPoints
31) Font Unit
32) FontFamily GetCellAscent
33) FontFamily GetCellDescent
34) FontFamily GetEmHeight
35) FontFamily GetLineSpacing
36) FontFamily IsStyleAvailable
37) FontStyle Italic
38) FontStyle Regular
39) FontStyle Strikeout
40) Graphics Clear
41) Graphics CopyFromScreen
42) Graphics DashCap
43) Graphics Dispose()
44) Graphics DpiX
45) Graphics DpiY
46) Graphics DrawArc
47) Graphics DrawBeziers
48) Graphics DrawEllipse
49) Graphics DrawIcon(Icon icon, int x, int y)
50) Graphics DrawImage(Image i, int x, int y)
51) Graphics DrawImage(Image img, int x, int y, int width, int height)
52) Graphics DrawImage(Image, Points[])
53) Graphics DrawImage(im, rec, recPart, GraphicsUnit Pixel)
54) Graphics DrawLine(Pen p, int x0,int y0, int x1, int y1)
55) Graphics DrawLine(Pen,Point point1, Point point2)
56) Graphics DrawLines(Pen pen, Point[] points)
57) Graphics DrawPie
58) Graphics DrawRectangle
59) Graphics DrawRectangles
60) Graphics DrawString
61) Graphics EnumerateMetafileProc
62) Graphics FillClosedCurve
63) Graphics FillEllipse
64) Graphics FillEllipse(Brush brush,int x, int y,int width,int height)
65) Graphics FillPath(Brushes AliceBlue, myPath)
66) Graphics FillPolygon
67) Graphics FillRectangle
68) Graphics FillRectangles
69) Graphics FillRegion
70) Graphics FromHwnd()
71) Graphics FromImage
72) Graphics InterpolationMode
73) Graphics MeasureString
74) Graphics PageScale
75) Graphics PageUnit
76) Graphics PixelOffsetMode
77) Graphics ReleaseHdc
78) Graphics RotateTransform
79) Graphics ScaleTransform
80) Graphics SetClip
81) Graphics SetClip(path, (CombineMode)miCombineMode Index)
82) Graphics SmoothingMode
83) Graphics TextRenderingHint
84) Graphics Transform
85) Graphics TranslateClip
86) Graphics TranslateTransform
87) Graphics VisibleClipBounds
88) GraphicsUnit Display
89) GraphicsUnit Document
90) GraphicsUnit Inch
91) GraphicsUnit Millimeter
92) GraphicsUnit Pixel
93) GraphicsUnit Point
94) Image FromFile(String path)
95) Image FromStream
96) Image GetThumbnailImage
97) Image Height
98) Image RotateFlip(RotateFlipType Rotate180FlipY)
99) Image VerticalResolution
100) ImageAnimator Animate
101) ImageAnimator UpdateFrames()
102) New Bitmap(String fileName)
103) New Font(String fontName, int size)
104) New Font(Times New Roman, 10, FontStyle Italic)
105) New Icon(String path)
106) New Pen(Color Black, 2)
107) New Pen(ForeColor)
108) New Point(int x, int y)
109) New Rectangle(int x, int y, int width, int height)
110) New RectangleF
111) New Region(GraphicsPath gp)
112) New Size
113) New StringFormat(StringFormatFlags DirectionVertical)
114) New TextureBrush(bmp, new Rectangle(0, 0, 25, 25))
115) Pen DashCap Triangle
116) Pen DashPattern
117) Pen DashStyle
118) Pen Dispose()
119) Pen LineJoin
120) Pen StartCap
121) Pens Firebrick
122) Point == Point
123) Point X
124) Point Y
125) Rectangle Contains
126) Region Exclude
127) Region IsEmpty
128) Region IsInfinite
129) Region IsVisible
130) Region Union
131) SmoothingMode AntiAlias
132) StringAlignment Center
133) StringAlignment Far
134) StringAlignment Near
135) StringFormat Alignment
136) StringFormat GenericTypographic
137) StringFormat HotkeyPrefix
138) StringFormat LineAlignment
139) StringFormat SetTabStops
140) StringFormatFlags DirectionVertical
141) StringFormatFlags NoClip
142) StringFormatFlags NoWrap
143) StringTrimming Character
144) StringTrimming EllipsisCharacter
145) StringTrimming EllipsisPath
146) StringTrimming EllipsisWord
147) StringTrimming None
148) StringTrimming Word
149) SystemBrushes FromSystemColor
150) SystemColors ActiveCaptionText
151) SystemColors Window
152) SystemColors WindowText
153) SystemFonts IconTitleFont
154) SystemPens FromSystemColor
155) TextureBrush WrapMode